From afdace4b91733c1fe4fb9e337cec792e5e99c7f2 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 13 Dec 2010 15:16:05 +0000 Subject: [PATCH] Fix comment: Article::insertNewArticle() -> Article::doEdit() and Article::insertOn() --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 9adc9a8367..2a1f412e37 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -2455,7 +2455,7 @@ class Title { * This clears some fields in this object, and clears any associated * keys in the "bad links" section of the link cache. * - * - This is called from Article::insertNewArticle() to allow + * - This is called from Article::doEdit() and Article::insertOn() to allow * loading of the new page_id. It's also called from * Article::doDeleteArticle() * -- 2.20.1